.xmt-boxs {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
}
.xmt-boxs .video {
  cursor: pointer;
}
.xmt-boxs .common-btn {
  display: flex;
  justify-content: center;
  background: none;
}
.xmt-boxs .common-btn .btn {
  position: relative;
  width: 238px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  border-radius: 32px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.xmt-boxs .common-btn .btn:hover {
  transform: translateY(-5px);
}
.xmt-boxs .common-btn .btn1 {
  background: #ff5c50;
  margin-right: 34px;
  box-shadow: 0px 7px 0px 0px rgba(248, 101, 95, 0.17);
}
.xmt-boxs .common-btn .btn2 {
  background: #6683ff;
  box-shadow: 0px 7px 0px 0px rgba(78, 136, 255, 0.17);
}
.xmt-boxs .title-wrapper {
  text-align: center;
}
.xmt-boxs .title-wrapper .title {
  font-weight: bold;
  font-size: 39px;
  color: #131313;
  padding-bottom: 8px;
}
.xmt-boxs .title-wrapper .desc {
  font-weight: 400;
  font-size: 16px;
  color: #727272;
}
.xmt-boxs .footer {
  margin-top: 70px;
  margin-bottom: 108px;
  border: none;
}
.xmt-boxs .fenlei {
  position: relative;
}
.xmt-boxs .fenlei .boxx {
  position: relative;
  height: 60px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.xmt-boxs .inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.xmt-boxs {
  width: 100%;
  overflow: hidden;
}
.xmt-boxs .inner {
  overflow: visible;
}
.xmt-boxs .box0 {
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 10;
}
.xmt-boxs .box0 .hei {
  display: none;
}
.xmt-boxs .box0.on {
  height: 80px;
  background-color: #fff;
  padding-top: 20px;
}
.xmt-boxs .box0.cur {
  position: fixed;
  top: 0;
  height: 80px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding-top: 20px;
}
.xmt-boxs .box0.cur .bai,
.xmt-boxs .box0.on .bai {
  display: none;
}
.xmt-boxs .box0.cur .hei,
.xmt-boxs .box0.on .hei {
  display: block;
}
.xmt-boxs .box0 .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.xmt-boxs .box0.cur .inner {
  width: 70%;
}
.xmt-boxs .box0 .logo {
  display: flex;
}
.xmt-boxs .box0 .logo img {
  width: 136px;
}
.xmt-boxs .box0 .logo p {
  position: relative;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 40px;
  padding-left: 33px;
}
.xmt-boxs .box0 .logo p a {
  color: #fff;
}
.xmt-boxs .box0 .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.xmt-boxs .box0.cur .logo p a,
.xmt-boxs .box0.on .logo p a {
  color: #b3b3b3;
}
.xmt-boxs .box0.cur .logo p:before,
.xmt-boxs .box0.on .logo p:before {
  background-color: #d5d5d5;
}
.xmt-boxs .box0 .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.xmt-boxs .box0 .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
}
.xmt-boxs .box0 .nav p.cur {
  border-radius: 17px;
  background-color: #ffe5b1;
  color: #000;
}
.xmt-boxs .box0 .nav p.cur a {
  color: #000;
}
.xmt-boxs .box0 .nav p a {
  color: #fff;
}
.xmt-boxs .box0.cur .nav p,
.xmt-boxs .box0.on .nav p {
  color: #999;
}
.xmt-boxs .box0.cur .nav p.cur,
.xmt-boxs .box0.on .nav p.cur {
  color: #fff;
}
.xmt-boxs .header-bg img {
  width: 100%;
}
.box_In {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
